home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvibook / libtex / error.h < prev    next >
Text File  |  1994-03-18  |  381b  |  15 lines

  1. /*
  2.  * Copyright (c) 1989 University of Maryland
  3.  * Department of Computer Science.  All rights reserved.
  4.  * Permission to copy for any purpose is hereby granted
  5.  * so long as this copyright notice remains intact.
  6.  */
  7.  
  8. /*
  9.  * Errors.
  10.  */
  11. void    error(/* int quit, int e, char *fmt, ... */);
  12. void    panic(/* char *fmt, ... */);
  13.  
  14. void    SetErrorTrap(/* void (*fn)(int quit, char *text) */);
  15.